+Thu Mar 11 14:07:18 2004 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtklabel.c (gtk_label_focus): Fix a missing return
+ value.
+
Thu Mar 11 13:58:24 2004 Owen Taylor <otaylor@redhat.com>
* gtk/gtkmessagedialog.c gtk/gtklabel.c: Back out the
+Thu Mar 11 14:07:18 2004 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtklabel.c (gtk_label_focus): Fix a missing return
+ value.
+
Thu Mar 11 13:58:24 2004 Owen Taylor <otaylor@redhat.com>
* gtk/gtkmessagedialog.c gtk/gtklabel.c: Back out the
+Thu Mar 11 14:07:18 2004 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtklabel.c (gtk_label_focus): Fix a missing return
+ value.
+
Thu Mar 11 13:58:24 2004 Owen Taylor <otaylor@redhat.com>
* gtk/gtkmessagedialog.c gtk/gtklabel.c: Back out the
+Thu Mar 11 14:07:18 2004 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtklabel.c (gtk_label_focus): Fix a missing return
+ value.
+
Thu Mar 11 13:58:24 2004 Owen Taylor <otaylor@redhat.com>
* gtk/gtkmessagedialog.c gtk/gtklabel.c: Back out the
+Thu Mar 11 14:07:18 2004 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtklabel.c (gtk_label_focus): Fix a missing return
+ value.
+
Thu Mar 11 13:58:24 2004 Owen Taylor <otaylor@redhat.com>
* gtk/gtkmessagedialog.c gtk/gtklabel.c: Back out the
GtkDirectionType direction)
{
GtkLabel *label = GTK_LABEL (widget);
- GdkEvent *event;
GdkModifierType state;
/* We want to be in the tab chain only if we are selectable
if (state & GDK_CONTROL_MASK)
return GTK_WIDGET_CLASS (parent_class)->focus (widget, direction);
+ else
+ return FALSE;
}
/* Compute the X position for an offset that corresponds to the "more important